-
Notifications
You must be signed in to change notification settings - Fork 13
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: Local iterations #5
Conversation
Current dependencies on/for this PR:
This stack of pull requests is managed by Graphite. |
packages/celest/example/README.md
Outdated
## Running the app | ||
|
||
- Go to the hello directory, and run `flutter pub get` | ||
- Go to the `celest` directory inside the hello example app and run `dart pub get` |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
just wondering here on why you need to run dart pub get if the CLI takes care of installing dependencies for you?
packages/celest/example/README.md
Outdated
@@ -0,0 +1,8 @@ | |||
# hello | |||
|
|||
A new Flutter project. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is a new Flutter project.
packages/celest/example/README.md
Outdated
@@ -0,0 +1,8 @@ | |||
# hello |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Flutter project
packages/celest/example/README.md
Outdated
|
||
## Running the app | ||
|
||
- Go to the hello directory, and run `flutter pub get` |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Go to the hello
directory in your console, and run flutter pub get
.
import 'package:celest/celest.dart'; | ||
|
||
const project = Project( | ||
name: 'hello', |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I feel like the name of the project and the app should be something like "my_flutter_project". Hello is confusing me. That should change both on the frontend and backend.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
190b684
to
75c503f
Compare
Initial release of the Celest CLI with a full local iterations experience.
75c503f
to
64279c4
Compare
Initial release of the Celest CLI with a full local iterations experience.